a20941c067f8b64acab9a3aa16ffb0b49bb9d82a,source/net/yacy/search/Switchboard.java,Switchboard,Switchboard,#File#File#String#String#,286
Before Change
});
this.crawlJobsStatus.put(
SwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER,
new Object[] {
new Object(),
Boolean.valueOf(getConfig(
SwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER + "_isPaused",
"false"))
});
// init cookie-Monitor
this.log.logConfig("Starting Cookie Monitor");
After Change
setConfig(SwitchboardConstants.CRAWLJOB_LOCAL_CRAWL + "_isPaused_cause", "");
setConfig(SwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL + "_isPaused", "false");
setConfig(SwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL + "_isPaused_cause", "");
setConfig(SwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER + "_isPaused", "false");
setConfig(SwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER + "_isPaused_cause", "");
this.crawlJobsStatus.put(SwitchboardConstants.CRAWLJOB_LOCAL_CRAWL, new Object[] {new Object(), false});
this.crawlJobsStatus.put(SwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL, new Object[] {new Object(), false});
this.crawlJobsStatus.put(SwitchboardConstants.CRAWLJOB_REMOTE_CRAWL_LOADER, new Object[] {new Object(), false});
// init cookie-Monitor
this.log.logConfig("Starting Cookie Monitor");